vendor/golang.org/x/net/http2/hpack.headerFieldTable.byNameValue (field)

7 uses

	vendor/golang.org/x/net/http2/hpack (current package)
		static_table.go#L62: 	byNameValue: map[pairNameValue]uint64{
		tables.go#L38: 	byNameValue map[pairNameValue]uint64
		tables.go#L47: 	t.byNameValue = make(map[pairNameValue]uint64)
		tables.go#L59: 	t.byNameValue[pairNameValue{f.Name, f.Value}] = id
		tables.go#L74: 		if p := (pairNameValue{f.Name, f.Value}); t.byNameValue[p] == id {
		tables.go#L75: 			delete(t.byNameValue, p)
		tables.go#L104: 		if id := t.byNameValue[pairNameValue{f.Name, f.Value}]; id != 0 {